From: Alex Schroeder Date: Sat, 21 Jan 2006 18:22:09 +0000 (+0000) Subject: (rmail-abort-edit): Don't call X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~8790^2~82 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b50911931153a3a467262c93bb66969168e56d49;p=emacs.git (rmail-abort-edit): Don't call rmail-highlight-headers anymore. --- diff --git a/lisp/mail/rmailedit.el b/lisp/mail/rmailedit.el index adab40546ef..e765f74c140 100644 --- a/lisp/mail/rmailedit.el +++ b/lisp/mail/rmailedit.el @@ -146,8 +146,7 @@ This functions runs the normal hook `rmail-edit-mode-hook'. (interactive) (delete-region (point-min) (point-max)) (insert rmail-old-text) - (rmail-cease-edit) - (rmail-highlight-headers)) + (rmail-cease-edit)) (provide 'rmailedit)